home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS04.ADF / idemo / idemoall.h < prev    next >
C/C++ Source or Header  |  1985-10-26  |  1KB  |  57 lines

  1.  
  2. /*** idemoall.h ***/
  3.  
  4. /*** intuall.h **************************************************************
  5.  *
  6.  *  intuall.h, general includer for intuition
  7.  *
  8.  *  Confidential Information: Commodore-Amiga, Inc.
  9.  *  Copyright (c) Commodore-Amiga, Inc.
  10.  *
  11.  *                              Modification History
  12.  *      date        author :    Comments
  13.  *      ------      ------      -------------------------------------
  14.  *      1-30-85     -=RJ=-      created this file!
  15.  *
  16.  ****************************************************************************/
  17.  
  18. #include <exec/types.h>
  19. #include <exec/tasks.h>
  20. #include <exec/nodes.h>
  21. #include <exec/lists.h>
  22. #include <exec/libraries.h>
  23. #include <exec/ports.h>
  24. #include <exec/interrupts.h>
  25. #include <exec/io.h>
  26. #include <exec/memory.h>
  27.  
  28. /* ALWAYS INCLUDE GFX.H before any other amiga includes */
  29. #include <graphics/gfx.h>
  30.  
  31. #include <hardware/blit.h>
  32. #include <graphics/collide.h>
  33. #include <graphics/copper.h>
  34. #include <graphics/display.h>
  35. #include <hardware/dmabits.h>
  36. #include <graphics/gels.h>
  37. #include <graphics/clip.h>
  38. #include <graphics/rastport.h>
  39. #include <graphics/view.h>
  40. #include <graphics/gfxbase.h>
  41. #include <hardware/intbits.h>
  42. #include <graphics/gfxmacros.h>
  43. #include <graphics/layers.h>
  44. #include <graphics/text.h>
  45. #include <hardware/custom.h>
  46.  
  47. extern struct Custom custom;
  48.  
  49. #include <devices/timer.h>
  50. #include <devices/inputevent.h>
  51.  
  52. /*#include <intuition/intuition.h>*/
  53.  
  54. #define INTUITION_INTUITIONBASE_H TRUE
  55. #include "../intuition/intuition.h"
  56.  
  57.